SftTree/NET 2.0

VisibleItems Property, ItemCollectionClass Class

Softel vdm, Inc.

Returns the total number of items in this item collection that are visible, including any immediate and indirect dependents that are visible.

Syntax      ItemCollectionClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property VisibleItems As Integer

C#   

public int VisibleItems { get; }

C++   

public: property int VisibleItems {
        int get();
}

Property Value

The total number of visible items.

Comments

The VisibleItems property returns the total number of items in this item collection that are visible, including any immediate and indirect dependents that are visible.

Items as considered visible if their parent item through the top-most parent are expanded. These items are not necessarily displayed in the control's client area.

TotalItems is similar to VisibleItems, but TotalItems includes hidden items also.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com